bitkeeper revision 1.1159.1.85 (41246e6cqFirsFl7JcTf8qlEXs59cA)
authormjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Thu, 19 Aug 2004 09:10:04 +0000 (09:10 +0000)
committermjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Thu, 19 Aug 2004 09:10:04 +0000 (09:10 +0000)
Fix libxutil install.

tools/libxutil/Makefile

index e3d15e85cbe9a1e095e531a15731a4a786630b16..0b665bc10d5e9e91ee3a7d22f3f27e313013ee4e 100644 (file)
@@ -27,6 +27,8 @@ MAJOR    := 1.3
 MINOR    := 0
 LIB_NAME := libxutil
 LIB      := $(LIB_NAME).so 
+LIB      += $(LIB_NAME).so.$(MAJOR)
+LIB      += $(LIB_NAME).so.$(MAJOR).$(MINOR)
 
 all: check-for-zlib $(LIB)